home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m26.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  309 b   |  20 lines

  1. on exitFrame
  2.   if rollOver(8) then
  3.     go("multimedia")
  4.   end if
  5.   if rollOver(9) then
  6.     go("chronology")
  7.   end if
  8.   if rollOver(10) then
  9.     go("geography")
  10.   end if
  11.   if rollOver(11) then
  12.     go("books")
  13.   end if
  14.   if rollOver(12) then
  15.     go("library")
  16.   end if
  17.   mainMenuRollovers()
  18.   go(the frame)
  19. end
  20.